dl {
  -moz-columns: 2;
       columns: 2;
}

dd {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

p.green {
  color: darkgreen;
}

p.orange {
  color: orange;
}

div.disabled {
  background: #ddd;
  pointer-events: none;
}

.width100 {
  width: 100% !important;
}

label.bg {
  margin-bottom: 0 !important;
}

.ml-15 {
  margin-right: 0 !important;
  margin-left: 15px;
}

.main-header {
  position: fixed;
  min-width: 100%;
}

.control-sidebar {
  position: fixed !important;
}

.main-sidebar {
  position: fixed;
}

.overlay-wrapper .overlay.text-right > .fa {
  right: 20px !important;
  left: auto !important;
}

.bg-red {
  color: white;
  background: orangered;
  padding: 2px 8px;
}

.position-relative {
  position: relative;
}

.wrapper {
  overflow-y: hidden !important;
}

.content-wrapper {
  top: 50px;
  position: relative;
  padding-bottom: 60px;
}

.swal2-popup {
  font-size: 1.5rem !important;
}

.swal2-input[type=number] {
  max-width: 100% !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.dashboard-toolbar {
  background: peru;
  padding: 10px 15px 10px 15px;
}
.dashboard-toolbar span.title {
  color: white;
  font-size: medium;
  letter-spacing: 3px;
}
.dashboard-toolbar a.toggle_privacy {
  padding: 6px;
  background: white;
}
.dashboard-toolbar a.toggle_privacy:hover {
  background: #fad42e !important;
}

a.toggle_privacy {
  color: #00a65a !important;
}
a.toggle_privacy.on {
  color: crimson !important;
}
a.toggle_privacy.btn {
  position: fixed;
  height: 70px;
  width: 300px;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -150px;
  line-height: 50px;
}

.private #privacy_shield {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

#dashboard_content.blurred {
  filter: blur(10px);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  text-align: left;
}

.strong {
  font-weight: bold;
}

.strong_ex {
  font-weight: bold;
  font-size: large;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.text-small {
  font-size: small;
  color: orangered;
}

.text-left {
  text-align: left !important;
}

.has-error .select2-selection {
  border-color: #dd4b39 !important;
}

.has-success .help-block {
  display: none !important;
}
.has-success .select2-selection {
  border-color: #00a65a !important;
}

hr.margin-xs {
  margin: 5px !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-lr {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

label.bg {
  background: #72afd2;
  padding: 6px 0;
  color: #fff;
}
label.bg:not(.last) {
  border-right: solid 2px #fff;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  .col-print-1 {
    width: 8%;
    float: left;
  }

  .col-print-2 {
    width: 16%;
    float: left;
  }

  .col-print-3 {
    width: 25%;
    float: left;
  }

  .col-print-4 {
    width: 33%;
    float: left;
  }

  .col-print-5 {
    width: 42%;
    float: left;
  }

  .col-print-6 {
    width: 50%;
    float: left;
  }

  .col-print-7 {
    width: 58%;
    float: left;
  }

  .col-print-8 {
    width: 66%;
    float: left;
  }

  .col-print-9 {
    width: 75%;
    float: left;
  }

  .col-print-10 {
    width: 83%;
    float: left;
  }

  .col-print-11 {
    width: 92%;
    float: left;
  }

  .col-print-12 {
    width: 100%;
    float: left;
  }

  html, body {
    padding: 0 10px;
    margin: 0;
  }

  .print-hidden {
    display: none;
  }

  button {
    display: none !important;
  }

  input,
textarea,
select {
    box-shadow: none !important;
    outline: none !important;
  }

  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  label {
    border: none !important;
    background-color: #fff;
  }

  ::-webkit-input-placeholder {
    color: #fff;
  }

  :-moz-placeholder {
    color: #fff;
  }

  ::-moz-placeholder {
    color: #fff;
  }

  :-ms-input-placeholder {
    color: #fff;
  }

  ::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]),
::-webkit-datetime-edit-text {
    color: #fff;
  }

  table.table-bordered {
    border: 1px solid #333;
    margin-top: 20px;
  }

  table.table-bordered > thead > tr > th {
    border: 1px solid #333;
  }

  table.table-bordered > tbody > tr > td {
    border: 1px solid #333;
  }
}
.big-checkbox {
  width: 20px;
  height: 20px;
}

.border {
  border: solid 1px #ccc !important;
}

.padding-xs {
  padding: 5px !important;
}

.margin-xs {
  margin: 5px !important;
}

.margin-xs-r {
  margin: -5px !important;
}

.padding-sm {
  padding: 10px !important;
}

.margin-sm {
  margin: 10px !important;
}

.margin-sm-r {
  margin: -10px !important;
}

.padding-md {
  padding: 20px !important;
}

.margin-md {
  margin: 20px !important;
}

.margin-md-r {
  margin: -20px !important;
}

.padding-lg {
  padding: 40px !important;
}

.margin-lg {
  margin: 40px !important;
}

.margin-lg-r {
  margin: -40px !important;
}

.border-left {
  border-left: solid 1px #ccc !important;
}

.padding-left-xs {
  padding-left: 5px !important;
}

.margin-left-xs {
  margin-left: 5px !important;
}

.margin-left-xs-r {
  margin-left: -5px !important;
}

.padding-left-sm {
  padding-left: 10px !important;
}

.margin-left-sm {
  margin-left: 10px !important;
}

.margin-left-sm-r {
  margin-left: -10px !important;
}

.padding-left-md {
  padding-left: 20px !important;
}

.margin-left-md {
  margin-left: 20px !important;
}

.margin-left-md-r {
  margin-left: -20px !important;
}

.padding-left-lg {
  padding-left: 40px !important;
}

.margin-left-lg {
  margin-left: 40px !important;
}

.margin-left-lg-r {
  margin-left: -40px !important;
}

.border-top {
  border-top: solid 1px #ccc !important;
}

.padding-top-xs {
  padding-top: 5px !important;
}

.margin-top-xs {
  margin-top: 5px !important;
}

.margin-top-xs-r {
  margin-top: -5px !important;
}

.padding-top-sm {
  padding-top: 10px !important;
}

.margin-top-sm {
  margin-top: 10px !important;
}

.margin-top-sm-r {
  margin-top: -10px !important;
}

.padding-top-md {
  padding-top: 20px !important;
}

.margin-top-md {
  margin-top: 20px !important;
}

.margin-top-md-r {
  margin-top: -20px !important;
}

.padding-top-lg {
  padding-top: 40px !important;
}

.margin-top-lg {
  margin-top: 40px !important;
}

.margin-top-lg-r {
  margin-top: -40px !important;
}

.border-right {
  border-right: solid 1px #ccc !important;
}

.padding-right-xs {
  padding-right: 5px !important;
}

.margin-right-xs {
  margin-right: 5px !important;
}

.margin-right-xs-r {
  margin-right: -5px !important;
}

.padding-right-sm {
  padding-right: 10px !important;
}

.margin-right-sm {
  margin-right: 10px !important;
}

.margin-right-sm-r {
  margin-right: -10px !important;
}

.padding-right-md {
  padding-right: 20px !important;
}

.margin-right-md {
  margin-right: 20px !important;
}

.margin-right-md-r {
  margin-right: -20px !important;
}

.padding-right-lg {
  padding-right: 40px !important;
}

.margin-right-lg {
  margin-right: 40px !important;
}

.margin-right-lg-r {
  margin-right: -40px !important;
}

.border-bottom {
  border-bottom: solid 1px #ccc !important;
}

.padding-bottom-xs {
  padding-bottom: 5px !important;
}

.margin-bottom-xs {
  margin-bottom: 5px !important;
}

.margin-bottom-xs-r {
  margin-bottom: -5px !important;
}

.padding-bottom-sm {
  padding-bottom: 10px !important;
}

.margin-bottom-sm {
  margin-bottom: 10px !important;
}

.margin-bottom-sm-r {
  margin-bottom: -10px !important;
}

.padding-bottom-md {
  padding-bottom: 20px !important;
}

.margin-bottom-md {
  margin-bottom: 20px !important;
}

.margin-bottom-md-r {
  margin-bottom: -20px !important;
}

.padding-bottom-lg {
  padding-bottom: 40px !important;
}

.margin-bottom-lg {
  margin-bottom: 40px !important;
}

.margin-bottom-lg-r {
  margin-bottom: -40px !important;
}

#installments .frow:nth-of-type(odd), #rent_dues .frow:nth-of-type(odd) {
  background-color: #c8e8e7;
  padding: 10px 0 10px 0;
}
#installments .frow:nth-of-type(even), #rent_dues .frow:nth-of-type(even) {
  background-color: #ffffff;
  padding: 10px 0 10px 0;
}
#installments .frow.active, #rent_dues .frow.active {
  border: solid 4px #ff4e16;
}
#installments .frow.active .receiveinst-form, #rent_dues .frow.active .receiveinst-form {
  border-top: solid 1px #aaa;
  margin-top: 30px !important;
  padding-top: 15px !important;
}

#pritems > .pritem:first-child button {
  visibility: hidden;
}

#purdetails > .item:first-child button {
  visibility: hidden;
}

#project_investors_wrap > .item:first-child .btn {
  visibility: hidden;
}

#report.invoice {
  padding-bottom: 160px !important;
}
#report .btn-print {
  position: fixed;
  bottom: 20px;
  right: 40px;
}
#report table {
  table-layout: fixed;
  width: 100%;
}
#report .table > tbody > tr > td {
  padding: 4px 8px 0 !important;
  font-size: 12pt;
}
@media print {
  #report.invoice {
    padding-bottom: 0 !important;
  }
  #report h1 {
    font-size: 48pt !important;
    padding: 20px;
    border: solid 1px #aaa;
  }
  #report h3 {
    font-size: 24pt;
  }
  #report table.table-comfortable {
    border-spacing: 2px !important;
    border-collapse: separate !important;
  }
  #report .table-comfortable > tbody > tr > td, #report .table-comfortable > tbody > tr > th {
    padding: 16px 4px !important;
    font-size: 16pt;
    text-align: center;
  }
}
#report .lgfont td {
  font-size: 13pt;
  padding: 4px 8px;
}
#report h1, #report h2, #report h3 {
  text-align: center;
}

.info-box-desc {
  color: gray;
  font-style: italic;
  line-height: 24px;
}

a.task:hover .info-box-icon {
  opacity: 0.7;
}

div.ui-datepicker-group.ui-datepicker-group-first > div > div > select {
  color: #333;
}

.comiseo-daterangepicker {
  z-index: 999;
}

.comiseo-daterangepicker-triggerbutton {
  padding: 0.3em;
}

.ui-menu-item .ui-menu-item-wrapper {
  font-weight: bold;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
  background: white none repeat scroll 0 0;
  font-weight: normal;
  font-size: small;
  min-width: 100%;
}

.ui-front {
  z-index: 951;
}

.ui-widget table td, .ui-widget table th {
  font-size: 0.9em;
}

.ui-widget-content a:not(.btn) {
  color: #3c8dbc;
}

.nav-tabs > li.active > a {
  border-bottom: 4px solid #093 !important;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #fff;
  background-color: #fff;
  color: #000 !important;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: white;
}

.nav-tabs > li > a {
  border-top: 0 !important;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #fff;
  background-color: #0a3c91;
  border-radius: 0;
  color: #fff !important;
}
.nav-tabs > li > a:hover {
  background: darkgoldenrod;
}

.ui-jqgrid tr.row-disabled .cbox {
  visibility: hidden;
  display: none;
}

.ui-jqgrid .ui-jqgrid-bdiv {
  overflow: visible !important;
}

.dropdown.open a {
  cursor: pointer !important;
}

#unit_booking div {
  text-align: center;
  background: coral;
}
#unit_booking div p {
  font-size: medium;
  font-weight: bold;
  line-height: 36px;
  color: white;
  margin-bottom: 0;
}
#unit_booking div p #cust_name {
  color: navy;
  font-size: large;
}

table.invtable {
  width: 100%;
  margin-top: 3px;
}

table.invtable tr th {
  background: #8BA09E;
  color: white;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  border-bottom: solid 1px white;
  width: 110px;
}

table.invtable tr td {
  padding: 5px 10px 5px 10px;
  border-bottom: solid 1px #8BA09E;
  vertical-align: middle;
  white-space: nowrap;
}

h1.project-title {
  margin: 1em 0 0.5em 0;
  color: #343434;
  font-weight: normal;
  font-family: "Ultra", sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  text-shadow: 0 2px white, 0 3px #8ba09e;
  border-top: solid 3px #8ba09e;
  border-bottom: solid 3px #8ba09e;
  display: inline-block;
  text-align: center;
  letter-spacing: 10px;
}


.bg-blue {
    color:#FFFFFF;
}
